.innerBanner {
    background: var(--blue);
    height: 630px;
    position: relative;
}
.innerBanner .innerBannerPic::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}
.innerBanner .innerBannerPic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.scrollBtn {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    background: none;
    border: 1px solid #fff;
    z-index: 1;
    width: 22px;
    height: 44px;
    border-radius: 15px;
}
.scrollBtn span {
    width: 10px;
    border-radius: 8px;
    background-color: #fff;
    position: absolute;
    top: 4px;
    left: 5px;
    bottom: 25px;
    animation: scroller 1500ms ease-out infinite;
    display: block;
}

@keyframes scroller {
    0% {
        bottom: 25px;
    }
    5% {
        top: 4px;
    }
    32% {
        bottom: 4px;
    }
    66% {
        top: 25px;
        bottom: 4px;
    }
    100% {
        top: 4px;
        bottom: 25px;
    }
}

.bannerTxt {
    position: absolute;
    top: 5rem;
    left: 0px;
    right: 0px;
    color: var(--white);
    max-width: 922px;
    margin: 0px auto;
    text-align: center;
}
.bannerTxt h3 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.bannerTxt p {
    font-size: 1.5rem;
}
@media (max-width: 1380px) {
    .innerBanner {
        height: 550px;
    }
}
@media (max-width: 991px) {
    .bannerTxt p {
        font-size: 1.2rem;
    }
}
@media (max-width: 575.99) {
    .bannerTxt p {
        font-size: 1rem;
    }
}
.ftNewsWrp {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
}
.ftNewsWrp h3 {
    font-size: 2rem;
    color: var(--white);
    font-weight: 700;
    margin-bottom: 1rem;
}
.ftNewsContainer {
    background: var(--white);
    border-radius: 1rem;
    overflow: hidden;
}

.ftSwiper .swiper-slide {
    height: auto;
}
.ftNewsContainer {
    height: 100%;
}
.ftNewsContainer .newsBox {
    padding: 2rem;
}
.featNewsPic {
    height: 0px;
    padding-bottom: 63%;
    position: relative;
}
.featNewsPic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0px;
    left: 0px;
}
.ftNewsContainer .newsContent h4 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
}
.ftNewsContainer .newsContent p {
    margin-bottom: 1rem;
}
.ftNewsContainer .newsContent a {
    padding-left: 0px;
    margin-top: 2rem;
    display: table;
}
.ftNewsContainer .newsContent a:hover {
    padding-left: 1rem;
}
.ftSwiper .swiper-button-prev {
    inset: auto 4.5rem 1rem auto;
}
.ftSwiper .swiper-button-next {
    bottom: 1rem;
    top: auto;
    right: 2rem;
}
.ftSwiper .swiper-button-prev,
.ftSwiper .swiper-button-next {
    background: transparent;
    width: 2rem;
    height: 2rem; /*border: 2px solid var(--black);*/ /*border-radius: 100%;*/
    --swiper-navigation-size: 1.5rem;
    --swiper-navigation-color: #000;
    transition: all 0.3s ease-in-out 0s;
}
.ftSwiper .swiper-button-prev:hover,
.ftSwiper .swiper-button-next:hover {
    border-color: var(--darkRed);
    --swiper-navigation-color: var(--darkRed);
}
.newsListing .newsPic {
    padding-bottom: 61.5%;
}
.newsListing .newsContent h4 {
    font-size: 1.2rem;
    line-height: 1.6rem;
}
.newsListingBtn li:not(:last-child) {
    margin-right: 1.5rem;
}
.lang-ar .newsListingBtn li:not(:last-child) {
    margin-left: 1.5rem;
}
.newsListingBtn button {
    background: var(--white);
    border: 1px solid var(--black);
    border-radius: 0.2rem;
    padding: 0.5rem 1rem;
    transition: all 0.3s ease-in-out 0s;
}
.newsListingBtn button:hover,
.newsListingBtn li.active button {
    background: var(--darkRed);
    color: var(--white);
    border-color: var(--darkRed);
}
.newsletterWrp {
    background: var(--grey);
}
.newsletterWrp .title h2 {
    font-size: 2rem;
}
.newsletterWrp .title p {
    font-size: 1rem;
}
.newsletterWrp .input-group {
    background: var(--white);
    border-radius: 100rem;
    overflow: hidden;
    padding: 0.5rem;
}
.newsletterWrp .input-group .form-control {
    border: 0px;
}
.newsletterWrp .input-group .form-control:focus {
    outline: none;
    box-shadow: none;
}
.newsletterWrp .input-group button {
    overflow: hidden;
    border: 0px;
    border-radius: 100rem !important;
    margin-left: 0.1rem !important;
}
.fieldBox {
    height: 0px;
    padding-bottom: 65%;
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
}
.fieldBox::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 125px;
    background: linear-gradient(
        3deg,
        rgba(0, 0, 0, 0.83) 27.84%,
        rgba(49, 52, 56, 0) 98.75%
    );
}
.fieldBox img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fieldBox h5 {
    color: var(--white);
    padding: 1.5rem;
    position: absolute;
    z-index: 2;
    bottom: 0px;
    left: 0px;
    right: 0px;
    font-weight: 700;
    font-size: 1.1rem;
    margin: 0px;
}
.fouPic {
    position: relative;
    margin-top: 150px;
}
.fouCircle {
    font-weight: 700;
    font-size: 2rem;
    width: 180px;
    height: 180px;
    background: var(--grey);
    border-radius: 100%;
    position: absolute;
    top: -90px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    z-index: -1;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    padding-bottom: 65px;
}
@media (max-width: 575.99px) {
    .fieldBox {
        padding-bottom: 100%;
    }
    .fieldBox::after {
        opacity: 0.6;
    }
    .fieldBox h5 {
        padding: 1rem;
        font-size: 0.9rem;
        text-align: center;
    }
}
.caseStudyWrp {
    background: var(--grey);
}
.caseStudyListingWrp::-webkit-scrollbar {
    width: 3px;
    background-color: rgb(206, 212, 218);
    border-radius: 100%;
}
.caseStudyListingWrp::-webkit-scrollbar-thumb {
    width: 4px;
}
.caseStudyListing li {
    border-bottom: 1px solid rgb(206, 212, 218);
    padding: 1.5rem 0px;
    cursor: pointer;
}
.caseLogo {
    width: 5rem;
    height: 5rem;
    border: 3px solid rgb(217, 217, 217);
    border-radius: 100rem;
    overflow: hidden;
}
.caseStudyListing li.active .caseLogo {
    border-color: var(--darkRed);
}
.caseLogo img {
    width: 100%;
    height: 100%;
}
.caseStudyListing li h6 {
    font-weight: 700;
    font-size: 1.1rem;
}
.caseStudyListing li.active h6 {
    color: var(--darkRed);
}
.caseStudyListing li span {
    display: block;
    margin-bottom: 0;
    color: rgb(102, 102, 102);
    font-size: 0.8rem;
}
.caseMainImg {
    position: relative;
    height: 0px;
    padding-bottom: 42%;
    border-radius: 1rem;
    overflow: hidden;
}
.caseMainImg img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.casePicture {
    position: relative;
    margin-bottom: 2rem;
}
.casePicture .caseLogo {
    position: absolute;
    bottom: -50px;
    right: 15px;
    z-index: 1;
    width: 100px;
    height: 100px;
    background: var(--white);
}
.caseDetailBox h4 {
    font-weight: 700;
    margin-bottom: 1rem;
}
.caseDetailBox p {
    font-weight: 500;
}
@media (min-width: 991.99px) {
    .caseStudyListingWrp {
        height: 450px;
        direction: rtl;
        overflow: auto;
    }
    .caseStudyListing {
        direction: ltr;
        padding-left: 2rem;
    }
}
@media (max-width: 991.99px) {
    .caseStudyListing {
        display: flex;
        overflow-x: auto;
    }
    .caseStudyListing li {
        white-space: nowrap;
        margin-right: 2rem;
        border: 1px solid rgb(206, 212, 218);
        padding: 1rem;
        border-radius: 1rem;
    }
}
@media (max-width: 575.99px) {
    .caseLogo {
        width: 50px;
        height: 50px;
    }
    .caseStudyListing li h6 {
        font-size: 1rem;
    }
    .casePicture .caseLogo {
        width: 80px;
        height: 80px;
        bottom: -40px;
    }
}
.vmTxt .title {
    text-align: left;
    margin-bottom: 1.5rem;
    color: var(--darkRed);
}
.vmTxt p {
    font-weight: 500;
}
.vmTxt p span {
    color: var(--darkRed);
}
.vmPic {
    height: 0px;
    position: relative;
    padding-bottom: 61.5%;
    border-radius: 1rem;
    overflow: hidden;
}
.vmPic img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    object-fit: cover;
}
.milestoneWrp {
    background: rgb(237, 249, 255);
    position: relative;
    z-index: 1;
}
.milestoneWrp::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 198px;
    background: url("../images/milestoneVector.svg") center top / 100% no-repeat;
    z-index: -1;
}
.milestoneWrp p {
    font-weight: 500;
}
.mileSvg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}
.mileSvg svg {
    width: 100%;
    display: block;
}
.milestonePic {
    position: relative;
    height: 0px;
    padding-bottom: 63%;
    border-radius: 1rem;
    overflow: hidden;
}
.milestonePic img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    object-fit: cover;
}
.leadPic {
    position: relative;
    height: 0px;
    padding-bottom: 100%;
    border-radius: 1rem;
    overflow: hidden;
    margin-bottom: 1rem;
}
.leadPic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0px;
    left: 0px;
}
.leadBox span {
    color: var(--darkRed);
    display: block;
    margin-bottom: 0.5rem;
}
.leadBox h6 {
    font-weight: 700;
    margin-bottom: 1rem;
}
.leadBox ul {
    padding-left: 1rem;
}
.leadBox ul li:not(:last-child) {
    margin-bottom: 0.5rem;
}
.leadBox ul li {
    font-size: 0.9rem;
    color: rgb(73, 80, 87);
    font-weight: 500;
    list-style: disc;
}
.addressWrp {
    background: var(--grey);
}
.company_sec2_heading {
    text-align: left;
}
.map {
    height: 0px;
    padding-bottom: 49.5%;
    position: relative;
    margin-bottom: 2rem;
}
.map iframe {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
}
.addressBox h4 {
    font-weight: 700;
    margin-bottom: 1rem;
}
.addressContent {
    background: var(--white);
    border-radius: 1rem;
    overflow: hidden;
    padding: 0px 1rem;
}
.addressContent ul li {
    padding: 1rem 0px;
    border-bottom: 1px solid rgb(222, 226, 230);
    font-weight: 500;
    font-size: 0.9rem;
}
.addressContent ul li:last-child {
    border: 0px;
}
.addressContent ul li a:hover {
    color: var(--darkRed);
}
.addressContent ul li img {
    width: 24px;
    height: 24px;
}

.yearSwiper {
    height: 15rem;
    position: relative;
    overflow: visible;
}
.yearSwiper::before {
    content: "";
    position: absolute;
    top: 5rem;
    left: 0;
    width: 5rem;
    height: 5rem;
    border-radius: 100rem;
    background: var(--blue);
}
.yearSwiper .swiper-slide span {
    display: flex;
    align-items: center;
    font-weight: 700;
    overflow: hidden;
    justify-content: center;
    width: 5rem;
    height: 5rem;
    border-radius: 100rem;
    cursor: pointer;
}
.yearSwiper .swiper-slide-active span {
    color: var(--white);
}

.yearSwiper .swiper-button-prev {
    top: 7.5rem;
}
.yearSwiper .swiper-button-next {
    right: auto;
    top: 9.3rem;
}
.yearSwiper .swiper-button-prev,
.yearSwiper .swiper-button-next {
    width: auto;
    height: auto;
    left: 6rem;
    transform: rotate(90deg);
}
.yearSwiper .swiper-button-prev:after,
.yearSwiper .swiper-button-next:after {
    --swiper-navigation-size: 15px;
    color: var(--black);
}
.lang-ar .swiper-button-prev {
    right: auto;
    left: 4rem;
}
.lang-ar .swiper-button-next {
    right: 66.5vw;
    left: auto;
}
@media (max-width: 767px) {
    .yearSwiper .swiper-slide span,
    .yearSwiper::before {
        width: 4rem;
        height: 4rem;
        top: 4rem;
    }
    .yearSwiper span {
        font-size: 0.9rem;
    }
    .yearSwiper {
        height: 12rem;
    }

    .yearSwiper .swiper-button-prev {
        top: 6rem;
    }
    .yearSwiper .swiper-button-next {
        top: 7.8rem;
    }
    .yearSwiper .swiper-button-prev,
    .yearSwiper .swiper-button-next {
        left: 4.5rem;
    }
    .yearSwiper .swiper-button-prev:after,
    .yearSwiper .swiper-button-next:after {
        --swiper-navigation-size: 12px;
    }

    .leadershipSwiper {
        padding-bottom: 40px;
    }
    .leadershipSwiper .swiper-pagination {
        bottom: 0;
    }
}
@media (max-width: 575.99px) {
    .yearSwiper .swiper-slide span,
    .yearSwiper::before {
        width: 3rem;
        height: 3rem;
        top: 3rem;
    }
    .yearSwiper span {
        font-size: 0.8rem;
    }
    .yearSwiper {
        height: 9rem;
    }
}
.mileSwiper {
    position: relative;
}
.mileSwiper::before {
    content: "";
    position: absolute;
    top: 7.5rem;
    left: 2rem;
    width: 100vw;
    height: 3px;
    background: var(--blue);
}
.milestoneSwiper .swiper-slide {
    margin-top: 6.8rem;
    padding-top: 2.8rem;
    position: relative;
    color: rgb(73, 80, 87);
}
.milestoneSwiper .swiper-slide::before {
    content: "";
    position: absolute;
    top: 0.4rem;
    left: 0px;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 100rem;
    background: var(--blue);
}
.milestoneSwiper .swiper-slide span {
    font-size: 0.8rem;
    margin-bottom: 1rem;
}
.milestoneSwiper .swiper-slide ul li:not(:last-child) {
    margin-bottom: 1.5rem;
}
.milestoneSwiper .swiper-slide ul li span {
    font-weight: 700;
    font-size: 1rem;
}

@media (max-width: 767px) {
    .mileSwiper::before {
        top: 6rem;
    }
    .milestoneSwiper .swiper-slide {
        margin-top: 5.3rem;
    }
}
@media (max-width: 575.99px) {
    .mileSwiper::before {
        top: 4.5rem;
    }
    .milestoneSwiper .swiper-slide::before {
        top: -1.3rem;
    }
    .milestoneSwiper .swiper-slide {
        margin-top: 5.5rem;
        padding-top: 0;
    }
}
.milestoneSwiper .swiper-button-prev {
    inset: auto 3rem 0px auto;
}
.milestoneSwiper .swiper-button-next {
    bottom: 0px;
    top: auto;
}
.milestoneSwiper .swiper-button-prev,
.milestoneSwiper .swiper-button-next {
    background: none;
    width: 2rem;
    height: 2rem; /*border: 2px solid var(--black); border-radius: 100%;*/
    --swiper-navigation-size: 1.5rem;
    --swiper-navigation-color: #000;
    transition: all 0.3s ease-in-out 0s;
}
.milestoneSwiper .swiper-button-prev:hover,
.milestoneSwiper .swiper-button-next:hover {
    border-color: var(--darkRed);
    --swiper-navigation-color: var(--darkRed);
}
.riaasBanner .innerBannerPic::after {
    display: none;
}
.riaasBanner .bannerTxt {
    bottom: 4rem;
    top: auto;
}
@media (max-width: 767px) {
    .riaasBanner .innerBannerPic img {
        object-fit: contain;
        object-position: center top;
    }
}

.platformWrp {
    background: rgb(237, 249, 255);
}
.platformWrp .title p {
    max-width: 627px;
    margin: 0px auto;
}
.platformSwiper .swiper-slide {
    height: auto;
}
.platformBox {
    border-radius: 1rem;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.platformImg {
    height: 100%;
    position: relative;
}
.platformImg::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        359deg,
        rgba(0, 0, 0, 0.8) 25.7%,
        rgba(49, 52, 56, 0) 87.3%
    );
}
.platformImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.platformDetails {
    padding: 1rem;
    font-weight: 700;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    color: var(--white);
    text-align: center;
    transition: all 0.5s ease-out 0s;
}
.platformDetails img {
    display: block;
    margin: 0px auto 0.5rem;
}
.platformSummary {
    font-size: 0.9rem;
    font-weight: normal;
    margin-top: 10px;
    height: 0;
    opacity: 0;
    transform: translateY(150%);
    transition: height 0.3s ease-out, transform 0.3s 0.3s ease-out,
        opacity 0.3s 0.3s ease-out;
}
.platformBox:hover .platformSummary {
    height: max-content;
    opacity: 1;
    transform: translateY(0%);
}

@media (min-width: 991.99px) {
    .platformSwiper .swiper-slide {
        height: 366px;
        flex-grow: 1;
        flex-basis: 0%;
        flex-shrink: inherit;
        margin-right: 1rem;
        width: auto;
        transition: all 0.5s ease-out 0s;
    }
    .platformSwiper .swiper-slide:last-child {
        margin: 0px;
    }
    .platformSwiper .swiper-slide:hover {
        flex: 4 1 0%;
    }
    .platformBox {
        position: absolute;
        top: 0px;
        left: 0px;
    }
}

.monitoringWrp {
    position: relative;
}
.monitoringDetails {
    width: 100%;
}
.monitoringPic {
    position: relative;
}
.monitoringPic::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: var(--blue);
    opacity: 0.4;
}
.monitoringPic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mon-swiper-pagination {
    display: flex;
    position: relative;
}
.mon-swiper-pagination .swiper-pagination-bullet {
    position: relative;
    background: var(--blue);
    color: var(--white);
    --swiper-pagination-bullet-horizontal-gap: 1rem;
    border: 3px solid var(--white);
    width: 8rem;
    height: 8rem;
    font-weight: 700;
    font-size: 0.9rem;
    opacity: 1;
    padding: 1rem;
    transition: all 0.3s ease-in-out 0s;
}
/* .mon-swiper-pagination .swiper-pagination-bullet::before { content: ""; width: 100%; position: absolute; top: 50%; left: 100%; height: 0.5rem; transform: translateY(-50%); background: var(--white); z-index: -1; } */
.mon-swiper-pagination .swiper-pagination-bullet:last-child::before {
    display: none;
}
.mon-swiper-pagination .swiper-pagination-bullet-active {
    background: var(--darkRed);
    border-color: var(--darkRed);
}
@media (min-width: 768.99px) {
    .monitoringDetails {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
    }
    .monitoringDetails .title h2,
    .monitoringDetails .title p {
        color: var(--white);
    }
    .monitoringDetails .title h2 span {
        color: var(--white);
    }
    .mon-swiper-pagination {
        margin-top: 3rem;
    }
    .monitoringPic {
        height: 575px;
    }
}
@media (max-width: 767px) {
    .monitoringSwiper {
        margin-top: -3.5rem;
        z-index: -1;
    }
    .mon-swiper-pagination {
        justify-content: center;
    }
    .mon-swiper-pagination .swiper-pagination-bullet {
        --swiper-pagination-bullet-horizontal-gap: 0.5rem;
        width: 6rem;
        height: 6rem;
        font-size: 0.7rem;
    }
    .monitoringPic {
        height: 0px;
        padding-bottom: 56.56%;
        position: relative;
    }
    .monitoringPic img {
        position: absolute;
        top: 0px;
        left: 0px;
    }
}
@media (max-width: 575.99px) {
    .monitoringSwiper {
        margin-top: -3.5rem;
        z-index: -1;
    }
    .mon-swiper-pagination {
        justify-content: center;
    }
    .mon-swiper-pagination .swiper-pagination-bullet {
        --swiper-pagination-bullet-horizontal-gap: 0.5rem;
        width: 5rem;
        height: 5rem;
        font-size: 0.6rem;
    }
}
.analyzerWrp {
    background: url("../images/analyzerBg.jpg") 0% 0% / cover no-repeat;
}

.aiIcons {
    font-weight: 700;
    font-size: 0.9rem;
    display: none;
}
.aiIcons.show {
    display: flex;
}
.aiIcons .col {
    padding: 1rem;
    border-radius: 1rem;
    transition: all 0.3s ease-in-out;
}
.aiIcons .col:hover {
    background: var(--darkRed);
    color: var(--white);
}
.aiIcons img {
    width: 80px;
    height: 80px;
    display: table;
    margin: 0px auto 0.5rem;
}
.aiIcons span {
    font-weight: normal;
    display: block;
}
@media (max-width: 1380.99px) {
    .aiIcons img {
        width: 60px;
        height: 60px;
    }
}
@media (max-width: 575.99px) {
    .aiIcons img {
        width: 50px;
        height: 50px;
    }
}

.productPopup .aiIcons {
    display: block;
    display: flex;
}

.productSwiper .swiper-slide {
    width: 25%;
    height: auto;
}
.productSwiper .swiper-slide.expand {
    width: 75%;
}
.productBox {
    cursor: pointer;
    height: 100%;
}
.productBox .productBoxInner {
    padding: 2rem;
    height: 100%;
    border-radius: 1rem;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
}
.productBox .productBoxInner::before {
    content: "";
    z-index: -1;
    border-radius: 1rem;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 100%;
    background: var(--white);
}
.productSwiper .swiper-slide.expand .productBoxInner::before {
    left: 5rem;
    background: var(--blue);
    box-shadow: rgba(0, 0, 0, 0.34) 0px 4px 20px 0px;
}
.productImg {
    width: 100%;
    position: relative;
}
.productImg::after {
    content: "";
    display: block;
    margin: 0px auto;
    width: 100%;
    max-width: 200px;
    height: 50px;
    background: radial-gradient(
        50% 50% at 50% 50%,
        rgb(0, 0, 0) 0%,
        rgba(0, 0, 0, 0) 100%
    );
    opacity: 0.4;
}
.productImg img {
    width: 100%;
    display: block;
}
.productDetails h4 {
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 1rem;
}
.productDetails h4 span {
    color: var(--darkRed);
    font-size: 0.8rem;
}
.productDetails p:last-child {
    margin: 0;
}
.productSwiper .swiper-slide.expand .productBoxInner .productDetails p {
    display: block;
    opacity: 1;
    transition: all 0.5s ease-in-out 1s;
}

.productSwiper .swiper-button-next.swiper-button-disabled,
.productSwiper .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

.productSwiper {
    padding: 0 30px;
}
.productSwiper .swiper-button-prev {
    left: 0;
    --swiper-navigation-size: 25px;
}
.productSwiper .swiper-button-next {
    right: 0;
    --swiper-navigation-size: 25px;
}

/*  productSwiperMulti */
.productSwiperMulti .swiper-slide {
    /* width: 25%;*/
    height: auto;
}
.productSwiperMulti .swiper-button-next.swiper-button-disabled,
.productSwiperMulti .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}
.productSwiperMulti {
    padding: 0 30px;
}
.productSwiperMulti .swiper-button-prev {
    left: 0;
    --swiper-navigation-size: 25px;
}
.productSwiperMulti .swiper-button-next {
    right: 0;
    --swiper-navigation-size: 25px;
}
.productSwiperMulti .productDetails h4 {
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 2rem;
    text-align: center;
}

@media (min-width: 991.99px) {
    .productBox {
        padding: 0 1rem;
    }
    .productSwiper .swiper-slide .productBoxInner .productImg {
        order: 6;
    }
    .productSwiper .swiper-slide.expand .productImg {
        max-width: 24rem;
        position: absolute;
        left: 0px;
        top: 0;
        bottom: 0;
    }
    .productSwiper .swiper-slide.expand .productImg img {
        height: 100%;
        object-fit: contain;
    }
    .productDetails p {
        display: none;
        opacity: 0;
    }
    .productBoxInner::after {
        content: "+";
        position: absolute;
        bottom: 0.5rem;
        right: 1rem;
        color: var(--black);
        font-size: 2rem;
    }
    .productSwiper .swiper-slide.expand .productBoxInner::after {
        content: "-";
        color: var(--white);
    }
    .productSwiper .swiper-slide.expand .productBoxInner {
        padding-left: 26rem;
    }
    .productSwiper .swiper-slide.expand .productImg {
        max-width: 20rem;
    }

    .productSwiper .swiper-slide.expand .productBoxInner {
        padding-left: 22rem;
    }
    .productSwiper .swiper-slide.expand .productBoxInner {
        display: flex;
        align-items: center;
        color: var(--white);
        padding-left: 24rem;
    }
    .productSwiper .swiper-slide.expand .productBoxInner .productDetails h4 {
        font-size: 2rem;
    }
}

@media (max-width: 991.99px) {
    .productSwiper .swiper-slide.expand .productBoxInner::before {
        left: 0;
    }
    .productSwiper .swiper-slide .productImg {
        max-width: 24rem;
    }
    .productBox .productBoxInner::before {
        background: var(--blue);
    }
    .productDetails {
        color: var(--white);
    }
}

.workList {
    display: flex;
    justify-content: center;
}
.workList li {
    margin: 0px 1rem;
    padding: 0.5rem 0.8rem;
    cursor: pointer;
    font-weight: 500;
    font-size: 1.2rem;
    position: relative;
    text-align: center;
}
.workList li:last-child {
    margin-right: 0px;
}
.workList li::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    transform: scale(0);
    transform-origin: 50% 50%;
    width: 100%;
    height: 3px;
    background: var(--darkRed);
    transition: all 0.3s ease-in-out 0s;
}
.workList li.active::before {
    transform: scale(1);
}
.workList li.active {
    color: var(--darkRed);
    font-weight: 700;
}
.dashedcircleWrp {
    margin-bottom: 10rem;
}
.dashedcircle {
    width: 35%;
    margin: 0px auto;
    position: relative;
}
.dashedcircle .circle {
    width: 100%;
    display: block;
    animation: 40s linear 0s infinite normal none running rotation;
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}
.dashedcircleWrp span {
    position: absolute;
    z-index: 1;
    width: 35px;
    height: 35px;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100rem;
}
.dashedcircleWrp span svg {
    width: 1.5rem;
    height: 1.5rem;
    fill: var(--blue);
}
.dashedcircleWrp span:nth-child(1) {
    top: -15px;
    left: 50%;
    transform: translateX(-50%) rotate(-180deg);
}
.dashedcircleWrp span:nth-child(2) {
    top: 39%;
    left: 65.7%;
    transform: rotate(-180deg);
}
.dashedcircleWrp span:nth-child(3) {
    top: 88%;
    left: 58%;
    transform: rotate(-180deg);
}
.dashedcircleWrp span:nth-child(4) {
    top: 86.5%;
    left: 38.5%;
    transform: rotate(-180deg);
}
.dashedcircleWrp span:nth-child(5) {
    top: 37%;
    left: 31.4%;
    transform: rotate(-180deg);
}
.dashedcircle > div {
    border: 6px solid var(--blue);
    width: 50%;
    height: 50%;
    border-radius: 100rem;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.dashedcircle > div > div {
    width: 70%;
    height: 70%;
    padding: 0 10%;
    border-radius: 100rem;
    background: var(--blue);
    display: flex;
    align-items: center;
    justify-content: center;
}
.worksDetails > div {
    position: absolute;
    width: 20%;
    font-size: 1rem;
}
.worksDetails div h6 {
    font-weight: 700;
    font-size: inherit;
}
.worksDetails div ul li {
    font-weight: 500;
}
.worksDetails div p:last-child {
    margin: 0px;
}
.worksDetails > div:nth-child(1),
.worksDetails div:nth-child(5) {
    top: 10%;
}
.worksDetails > div:nth-child(1),
.worksDetails div:nth-child(2) {
    right: 6%;
}
.worksDetails > div:nth-child(2),
.worksDetails div:nth-child(4) {
    top: 60%;
}
.worksDetails > div:nth-child(3) {
    top: 112%;
    left: 52%;
    transform: translateX(-50%);
    width: auto;
}
.worksDetails > div:nth-child(4),
.worksDetails > div:nth-child(5) {
    left: 10%;
}
.workDetailBox.active h6 {
    color: var(--darkRed);
}
/* .workDetailBox.active .wdIcon { background: var(--darkRed); border-color: var(--darkRed); } */
.wdIcon {
    border: 2px solid var(--blue);
    width: 74px;
    height: 74px;
    border-radius: 100rem;
    background: var(--white);
    position: absolute;
    transition: all 0.3s ease-in-out 0s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wdIcon svg {
    fill: var(--blue);
    width: 60%;
    height: 60%;
}
.workDetailBox.active .wdIcon svg {
    fill: var(--white);
}
.worksDetails > div:nth-child(1) .wdIcon {
    left: -65%;
}
.worksDetails > div:nth-child(2) .wdIcon {
    left: -55%;
}
.worksDetails > div:nth-child(3) .wdIcon {
    left: 30%;
    top: -125%;
    transform: translateX(-50%);
}
.worksDetails > div:nth-child(4) .wdIcon {
    right: -35%;
}
.worksDetails > div:nth-child(5) .wdIcon {
    right: -45%;
}
@media (max-width: 991.99px) {
    .dashedcircle {
        width: 50%;
    }

    .worksDetails > div:nth-child(1),
    .worksDetails div:nth-child(2) {
        right: 0;
    }
    .worksDetails > div:nth-child(4),
    .worksDetails > div:nth-child(5) {
        left: 0;
    }

    .worksDetails > div:nth-child(1) .wdIcon {
        left: -80%;
    }
    .worksDetails > div:nth-child(5) .wdIcon {
        right: -80%;
    }
    .worksDetails > div:nth-child(2) .wdIcon {
        left: -65%;
    }
    .worksDetails > div:nth-child(4) .wdIcon {
        right: -65%;
    }
    .worksDetails > div:nth-child(3) .wdIcon {
        top: -140%;
    }
    .worksDetails > div:nth-child(3) {
        top: 115%;
    }

    .dashedcircleWrp span:nth-child(2) {
        top: 43%;
        left: 72.7%;
    }
    .dashedcircleWrp span:nth-child(3) {
        top: 88%;
        left: 60%;
    }
    .dashedcircleWrp span:nth-child(4) {
        top: 86%;
        left: 33%;
    }
    .dashedcircleWrp span:nth-child(5) {
        top: 43%;
        left: 22.5%;
    }
}
@media (max-width: 767px) {
    .workList li {
        font-size: 0.8rem;
        padding: 0.5rem 0px;
        margin: 0px 0.8rem;
    }
    .workList li::before {
        height: 1.5px;
    }
    .dashedcircle > div {
        border-width: 3px;
    }
    .dashedcircleWrp span {
        width: 12px;
        height: 12px;
    }
    .dashedcircleWrp span:nth-child(1) {
        top: -5px;
    }
    .wdIcon {
        width: 40px;
        height: 40px;
    }
    .worksDetails > div {
        font-size: 0.7rem;
    }
    .dashedcircleWrp span:nth-child(2) {
        left: 73%;
    }
    .dashedcircleWrp span:nth-child(3) {
        top: 90%;
        left: 60%;
    }
    .dashedcircleWrp span:nth-child(4) {
        top: 88%;
        left: 35%;
    }
    .dashedcircleWrp span:nth-child(5) {
        top: 43%;
        left: 23.5%;
    }

    .worksDetails > div:nth-child(2) .wdIcon {
        left: -70%;
    }
    .worksDetails > div:nth-child(4) .wdIcon {
        right: -70%;
    }
    .worksDetails > div:nth-child(1) .wdIcon {
        left: -80%;
    }
    .worksDetails > div:nth-child(5) .wdIcon {
        right: -80%;
    }
    .worksDetails > div:nth-child(3) {
        top: 115%;
        left: 53%;
    }
}

.difTable {
    font-size: 0.9rem;
}
.difTable > :not(caption) > * > * {
    padding: 0.8rem;
}
.difTable thead th {
    background: var(--black);
    color: var(--white);
}
/* .difTable > tbody > tr:nth-of-type(2n) > * { --bs-table-bg-type: #f7f7f7; } */
.modal .modal-title {
    margin-bottom: 1rem;
    color: var(--darkRed);
    font-weight: 700;
}
.modal .btn-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    color: rgb(255, 0, 0);
    opacity: 1;
}
.riaasBanner {
    overflow: hidden;
}
.riaasBanner .img-fluid {
    max-width: 900px;
    display: table;
    margin: 0px auto;
}
.riaasBanner .innerBannerPic {
    position: relative;
    z-index: 1;
    margin: 2rem 0;
}
.riaasBanner .innerBannerPic .pluses {
    position: absolute;
    top: 49%;
    left: 50%;
    z-index: -1;
    width: 200px;
    height: 200px;
    transform: translate(-50%, -50%);
}
.riaasBanner .innerBannerPic .pluses span {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px;
    position: absolute;
    inset: 0px;
    margin: auto;
}
.riaasBanner .innerBannerPic .pluses span:nth-child(1) {
    animation: 5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s infinite normal none
        running pulse-ring-1;
}
.riaasBanner .innerBannerPic .pluses span:nth-child(2) {
    animation: 5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s infinite normal none
        running pulse-ring-2;
}
.riaasBanner .innerBannerPic .pluses span:nth-child(3) {
    animation: 5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s infinite normal none
        running pulse-ring-3;
}
.riaasBanner .innerBannerPic .pluses span:nth-child(4) {
    animation: 5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s infinite normal none
        running pulse-ring-4;
}
.riaasBanner .innerBannerPic .pluses span:nth-child(5) {
    animation: 5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s infinite normal none
        running pulse-ring-5;
}
.riaasBanner .innerBannerPic .pluses span:nth-child(6) {
    animation: 5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s infinite normal none
        running pulse-ring-6;
}
.riaasBanner .innerBannerPic .pluses span:nth-child(7) {
    animation: 5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s infinite normal none
        running pulse-ring-7;
}
.riaasBanner .innerBannerPic .pluses span:nth-child(8) {
    animation: 5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s infinite normal none
        running pulse-ring-8;
}
.riaasBanner .innerBannerPic .pluses span:nth-child(9) {
    animation: 5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s infinite normal none
        running pulse-ring-9;
}
.riaasBanner .innerBannerPic .pluses span:nth-child(10) {
    animation: 5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s infinite normal none
        running pulse-ring-10;
}
.riaasBanner .innerBannerPic .pluses span:nth-child(11) {
    animation: 5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s infinite normal none
        running pulse-ring-11;
}
.riaasBanner .innerBannerPic .pluses span:nth-child(12) {
    animation: 5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s infinite normal none
        running pulse-ring-12;
}
.riaasBanner .innerBannerPic .pluses span:nth-child(13) {
    animation: 5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s infinite normal none
        running pulse-ring-13;
}
.riaasBanner .innerBannerPic .pluses span:nth-child(14) {
    animation: 5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s infinite normal none
        running pulse-ring-14;
}
.riaasBanner .innerBannerPic .pluses span:nth-child(15) {
    animation: 5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s infinite normal none
        running pulse-ring-15;
}
.riaasBanner .innerBannerPic .pluses span:nth-child(16) {
    animation: 5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s infinite normal none
        running pulse-ring-16;
}
.riaasBanner .innerBannerPic .pluses span:nth-child(17) {
    animation: 5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s infinite normal none
        running pulse-ring-17;
}
.riaasBanner .innerBannerPic .pluses span:nth-child(18) {
    animation: 5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s infinite normal none
        running pulse-ring-18;
}
.riaasBanner .innerBannerPic .pluses span:nth-child(19) {
    animation: 5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s infinite normal none
        running pulse-ring-19;
}
.riaasBanner .innerBannerPic .pluses span:nth-child(20) {
    animation: 5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s infinite normal none
        running pulse-ring-20;
}
.riaasBanner .innerBannerPic .pluses span:nth-child(21) {
    animation: 5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s infinite normal none
        running pulse-ring-21;
}
.riaasBanner .innerBannerPic .pluses span:nth-child(22) {
    animation: 5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s infinite normal none
        running pulse-ring-22;
}
.riaasBanner .innerBannerPic .pluses span:nth-child(23) {
    animation: 5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s infinite normal none
        running pulse-ring-23;
}
.riaasBanner .innerBannerPic .pluses span:nth-child(24) {
    animation: 5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s infinite normal none
        running pulse-ring-24;
}
.riaasBanner .innerBannerPic .pluses span:nth-child(25) {
    animation: 5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s infinite normal none
        running pulse-ring-25;
}
@keyframes pulse-ring-1 {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    100% {
        transform: scale(1.5);
        opacity: 1;
    }
}
@keyframes pulse-ring-2 {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    100% {
        transform: scale(1.7);
        opacity: 1;
    }
}
@keyframes pulse-ring-3 {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    100% {
        transform: scale(1.9);
        opacity: 1;
    }
}
@keyframes pulse-ring-4 {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    100% {
        transform: scale(2.1);
        opacity: 1;
    }
}
@keyframes pulse-ring-5 {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    100% {
        transform: scale(2.3);
        opacity: 1;
    }
}
@keyframes pulse-ring-6 {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    100% {
        transform: scale(2.5);
        opacity: 1;
    }
}
@keyframes pulse-ring-7 {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    100% {
        transform: scale(2.7);
        opacity: 1;
    }
}
@keyframes pulse-ring-8 {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    100% {
        transform: scale(2.9);
        opacity: 1;
    }
}
@keyframes pulse-ring-9 {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    100% {
        transform: scale(3.1);
        opacity: 1;
    }
}
@keyframes pulse-ring-10 {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    100% {
        transform: scale(3.3);
        opacity: 1;
    }
}
@keyframes pulse-ring-11 {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    100% {
        transform: scale(3.5);
        opacity: 1;
    }
}
@keyframes pulse-ring-12 {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    100% {
        transform: scale(3.7);
        opacity: 1;
    }
}
@keyframes pulse-ring-13 {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    100% {
        transform: scale(3.9);
        opacity: 1;
    }
}
@keyframes pulse-ring-14 {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    100% {
        transform: scale(4.1);
        opacity: 1;
    }
}
@keyframes pulse-ring-15 {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    100% {
        transform: scale(4.3);
        opacity: 1;
    }
}
@keyframes pulse-ring-16 {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    100% {
        transform: scale(4.5);
        opacity: 1;
    }
}
@keyframes pulse-ring-17 {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    100% {
        transform: scale(4.7);
        opacity: 1;
    }
}
@keyframes pulse-ring-18 {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    100% {
        transform: scale(4.9);
        opacity: 1;
    }
}
@keyframes pulse-ring-19 {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    100% {
        transform: scale(5.1);
        opacity: 1;
    }
}
@keyframes pulse-ring-20 {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    100% {
        transform: scale(5.3);
        opacity: 1;
    }
}
@keyframes pulse-ring-21 {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    100% {
        transform: scale(5.5);
        opacity: 1;
    }
}
@keyframes pulse-ring-22 {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    100% {
        transform: scale(5.7);
        opacity: 1;
    }
}
@keyframes pulse-ring-23 {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    100% {
        transform: scale(5.9);
        opacity: 1;
    }
}
@keyframes pulse-ring-24 {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    100% {
        transform: scale(6.1);
        opacity: 1;
    }
}
@keyframes pulse-ring-25 {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    100% {
        transform: scale(6.3);
        opacity: 1;
    }
}
@media (max-width: 991.99px) {
    .riaasBanner {
        height: auto;
        padding-bottom: 5rem;
    }
    .riaasBanner .bannerTxt {
        position: relative;
        top: auto;
        bottom: auto;
    }
    .riaasBanner .innerBannerPic .pluses {
        display: none;
    }
}

/* Jyoti css */
.newsText h5 {
    color: #ad191f;
}
.newsTitle p {
    font-size: 23px;
    font-weight: 500;
}
.newssubImage img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.newssubContent p {
    line-height: 22px;
}
.newsDetail {
    border-radius: 20px;
    overflow: hidden;
}
.newsDetail img {
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out;
}
.NewsdetailBox:hover .newsDetail img {
    transform: scale(1.1);
}
.newsdetailsWrp .swiper-wrapper {
    padding: 50px 30px;
    position: relative;
}
.newsdetailsWrp .swiper-button-prev {
    top: 5%;
    left: 10%;
    color: #495057;
}
.newsdetailsWrp .swiper-button-prev:after {
    --swiper-navigation-size: 15px;
    color: #000;
    font-weight: 600;
    padding: 10px;
}
.newsdetailsWrp .swiper-button-next:after {
    --swiper-navigation-size: 15px;
    color: #000;
    font-weight: 600;
    padding: 10px;
}
.newsdetailsWrp .swiper-button-next {
    top: 5%;
    right: 0;
    color: #495057;
}
.newsdetailsWrp .swiper-button-next:after,
.newsdetailsWrp .swiper-button-prev:after {
    content: "";
}
.contactWrp h4 {
    color: #ad181f;
    font-size: 35px;
    font-weight: 700;
}
.contactPara {
    font-weight: 500;
}
.contactWrp span {
    color: #000;
    font-size: 35px;
}
.formWrp input {
    border: none;
    border-bottom: 1px solid #ced4da;
    background: none;
    border-radius: 0;
}
.formWrp .form-select {
    border: none;
    border-bottom: 1px solid #ced4da;
    background-color: transparent;
    border-radius: 0;
}
.formWrp textarea {
    border: none;
    border-bottom: 1px solid #ced4da;
    background: none;
    border-radius: 0;
}

.bgContact {
    background-image: url("../images/contact_us/contactbgImage.jpg");
    background-size: 100% 100%;
}

.mapImage img {
    width: 80%;
    height: 100%;
}

.formWrp .form-control:focus {
    box-shadow: none;
    outline: none;
    background-color: transparent;
}
.formWrp .form-select:focus {
    box-shadow: none;
    outline: none;
    background-color: transparent;
}
.newsContent h5 {
    font-weight: 700;
}
.blogImage img {
    height: 100%;
    width: 100%;
    border-radius: 10px;
}
.blogImage {
    position: relative;
}
.blogImageText {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    background: rgb(0, 212, 255);
    background: linear-gradient(
        180deg,
        rgba(0, 212, 255, 0) 0%,
        rgb(3, 3, 3) 48%
    );
    padding: 15px;
    border-radius: 15px;
}
.blogImageText h5 {
    font-size: 1.5rem;
    font-weight: 600;
}
.titleName h4 {
    font-size: 1.8rem;
    font-weight: 700;
}
.trendImage {
    border-radius: 7px;
    overflow: hidden;
}
.trendImage img {
    height: 100%;
    width: 100%;
    transition: all 0.5s ease-in-out;
}
.trendDetails a:hover .trendImage img {
    transform: scale(1.1);
}
.trendDetails .row {
    margin-bottom: 35px;
}
.trendDetails .row:last-child {
    margin-bottom: 0;
}
.tredBorder {
    border: 1px solid #ced4da;
    text-align: center;
}

.articleImage {
    overflow: hidden;
    border-radius: 10px;
}
.articleImage img {
    height: 100%;
    width: 100%;
    transition: all 0.5s ease-in-out;
}
.articleInfo h5 {
    font-weight: 700;
}
.articleInfo h6 {
    color: #ad191f;
}
.loadmoreBtn {
    background: #fff;
    color: #000;
    border: 1px solid #000;
}
.loadmoreBtn:hover {
    background: #ad181f;
    color: #fff;
    border: none;
}
.popularTitle h4 {
    font-weight: 700;
}
.latestTitle h4 {
    font-weight: 700;
}
.latestArrow {
    position: absolute;
    right: 10%;
    bottom: 5%;
}
.latestArrow img {
    width: 25px;
    height: 25px;
}
.blogDetail {
    border-radius: 10px;
}
.blogDetail img {
    height: 100%;
    width: 100%;
}
.blogImagecap h6 {
    color: #ad181f;
    font-size: 15px;
    font-weight: 500;
}
.blogImgTitle h6 {
    font-weight: 700;
    font-size: 1.8rem;
}
.blogSubtitle h5 {
    font-size: 1.6rem;
    font-weight: 500;
}
.blogArticle {
    border-bottom: 1px solid #ced4da;
}
.popularBlog .row {
    margin-bottom: 46px;
}
.careerbannerTxt {
    position: absolute;
    bottom: 25%;
    left: 0;
    right: 0;
    max-width: 992px;
    margin: 0 auto;
}
.careerbannerTxt h4 {
    color: #fff;
    font-weight: 700;
    font-size: 1.9rem;
}
.careerbannerTxt p {
    color: #fff;
    font-size: 1.4rem;
}
.careerTitle h4 {
    color: #000;
    font-size: 2.5rem;
    font-weight: 700;
}
.careerTitle span {
    color: #ad191f;
}
.post h6 {
    font-weight: 700;
    font-size: 1.4rem;
}
.descriptionDetail span {
    font-weight: 700;
}
.careerBox {
    border: 1px solid #f9f9f9;
    border-radius: 10px;
    padding: 20px 20px;
    box-shadow: 0px 3px 6px 0px #f9f9f9;
}
.resumeNote a {
    color: #ad181f;
    font-weight: 500;
}
.mailID {
    color: #ad181f;
    font-weight: 500;
}
.roles h5 {
    font-weight: 600;
}
.descriptionDetail h6 {
    font-weight: 700;
}
.roles ul {
    padding-left: 20px;
}
.roles ul li {
    list-style-type: disc;
    padding-left: 5px;
    margin-bottom: 7px;
}
.roleList {
    padding-left: 20px;
}
.roleList li {
    list-style-type: disc;
    padding-left: 5px;
    margin-bottom: 7px;
}
.applyjobTitle h4 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #ad181f;
}
.drop-zone {
    width: 600px;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    cursor: pointer;
    color: #000;
    border: 1px dashed #b2b2b2;
    border-radius: 20px;
    background-color: #fafafa;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.drop-zone {
    height: 200px;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 15px;
    cursor: pointer;
    color: #000;
    border: 1px dashed #b2b2b2;
    border-radius: 10px;
}

.drop-zone--over {
    border-style: solid;
}

.drop-zone__input {
    display: none;
}

.drop-zone__thumb {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #cccccc;
    background-size: cover;
    position: relative;
}

.drop-zone__thumb::after {
    content: attr(data-label);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.75);
    font-size: 14px;
    text-align: center;
}

.popupBoxForm {
    display: none;
}

.sharearticleIcon {
    z-index: 99 !important;
    font-family: "Montserrat", sans-serif !important;
}
/* .st-btn > span{display: none!important;} */
/* .st-btn{min-width: inherit!important;}
  .st-label{display: none!important;} */

.st-last {
    display: inline-block !important;
}

/* .workDetailBox .wdIcon.rdIcon{background: url('../images/What-Rias/RdImage.png') no-repeat  top #fff;}
  .workDetailBox.active .wdIcon.rdIcon{background: url('../images/What-Rias/RdImage.png') no-repeat  bottom var(--darkRed); border:var(--darkRed);}

  .BdIcon{background: url('../images/What-Rias/BdImage.png') no-repeat center top #fff;}
  .workDetailBox.active .wdIcon.BdIcon{background: url('../images/What-Rias/BdImage.png') no-repeat center bottom var(--darkRed); border:var(--darkRed);}

  .RhIcon{background: url('../images/What-Rias/RhImage.png') no-repeat center top #fff;}
  .workDetailBox.active .wdIcon.RhIcon{background: url('../images/What-Rias/RhImage.png') no-repeat center bottom var(--darkRed); border:var(--darkRed);}

  .dlIcon{background: url('../images/What-Rias/dlImage.png') no-repeat center top #fff;}
  .workDetailBox.active .wdIcon.dlIcon{background: url('../images/What-Rias/dlImage.png') no-repeat center bottom var(--darkRed);border:var(--darkRed);}

  .serviceIcon{background: url('../images/What-Rias/serviceImage.png') no-repeat center top #fff;}
  .workDetailBox.active .wdIcon.serviceIcon{background: url('../images/What-Rias/serviceImage.png') no-repeat center bottom var(--darkRed); border:var(--darkRed) ;} */

.workDetailBox.active .wdIcon {
    background: var(--darkRed);
    border-color: var(--darkRed);
}
.workDetailBox .wdIcon img,
.workDetailBox.active .wdIcon img:nth-child(1) {
    display: none;
}
.workDetailBox .wdIcon img:nth-child(1) {
    display: block;
}

.workDetailBox.active .wdIcon img:nth-child(2) {
    opacity: 1;
    display: block;
}

@media (max-width: 575px) {
    .popularBlog .row {
        margin-bottom: 25px;
    }
}

@media (max-width: 768px) {
    #applyJob {
        max-width: auto !important;
    }
    .drop-zone {
        width: 300px;
    }
}

.sharethis-inline-share-buttons {
    z-index: 1 !important;
}

/* News Detail Page*/
.newDetailWrp .date {
    color: var(--darkRed);
    font-weight: 500;
    font-size: 1.125rem;
    margin-bottom: 1rem;
}
.newDetailWrp .date span {
    color: #666;
    font-size: 0.875rem;
    font-weight: 400;
    margin-left: 1rem;
}
.newDetailWrp .newsMainTitle {
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.4rem;
}
.newDetailWrp .newsImageWrp {
    margin-bottom: 3rem;
}
.newDetailWrp .newsImageWrp .newsPic {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    height: 0;
    padding-bottom: 50%;
}
.newDetailWrp .newsImageWrp.newsImageSubWrp .newsPic {
    padding-bottom: 0;
    height: auto;
}
/* .newDetailWrp .newsImageWrp .newsPic img{width: 100%; height: 100%; object-fit: cover; position: absolute; top:0; left: 0;} */
/* .newDetailWrp .newsImageWrp .newsPic img{width: 100%; height: auto; object-fit: cover; position: absolute; top:0; left: 0;} */
/* .newDetailWrp .newsImageWrp .newsPic img{width: 100%; height: 100%; object-fit: cover; object-position: center;
   position: absolute; top:0; left: 0;} */

.newDetailWrp .newsImageWrp .newsPic img {
    width: 100%;
    height: 100%;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
}

.newDetailWrp .newsImageWrp.newsImageSubWrp .newsPic img {
    position: relative;
}
.newDetailWrp .newsImageWrp span {
    color: #666;
    text-align: center;
    display: block;
    font-size: 14px;
}
.newDetailWrp .shareArticle span {
    margin-right: 1rem;
}
.newDetailWrp h4 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2.25rem;
}
.newDetailWrp p {
    font-size: 1.1rem;
    line-height: 1.625rem;
    margin-bottom: 3rem;
    color: var(--black);
}
.newsSwiper {
    border-top: 1px solid #ced4da;
    padding-top: 3rem;
}
.newsSwiper .swiper-button-prev,
.newsSwiper .swiper-button-next {
    position: relative;
    top: auto;
    margin: 0;
    width: auto;
    height: auto;
    color: #495057;
}
.newsSwiper .swiper-button-prev:after,
.newsSwiper .swiper-button-next:after {
    display: none;
}

.newDetailWrp .newsMainTitle,
.newDetailWrp .newsImageWrp,
.newDetailWrp h4,
.newDetailWrp .shareArticle,
.newDetailWrp p {
    margin-bottom: 3rem;
}

.progress-container {
    width: 100%;
    height: 5px;
    background: #eeeeee;
    position: fixed;
    z-index: 99;
}
.progress-bar {
    height: 5px;
    background: var(--darkRed);
    width: 0%;
}

@media (max-width: 768px) {
    .progress-container {
        height: 3px;
    }
    .progress-bar {
        height: 3px;
    }
    .newDetailWrp .newsMainTitle,
    .newDetailWrp .newsImageWrp,
    .newDetailWrp h4,
    .newDetailWrp .shareArticle,
    .newDetailWrp p {
        margin-bottom: 2rem;
    }
    .newDetailWrp .newsMainTitle {
        font-size: 1.5rem;
        line-height: 1.8rem;
    }
    .newDetailWrp h4 {
        font-size: 1.2rem;
        line-height: 1.8rem;
    }
    .newDetailWrp p {
        font-size: 1rem;
    }
}

/* Blog Page */
.blogListingTitle {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}
.blogListingTitle h4 {
    margin-bottom: 0;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
}
.blogListingTitle span {
    height: 1px;
    display: block;
    background: #ced4da;
    margin-left: 1rem;
}
.blogListing li:not(:last-child) {
    margin-bottom: 2rem;
}
.blogListing a {
    display: block;
    font-weight: 500;
}
.blogListing a .blogThumb {
    border-radius: 10px;
    overflow: hidden;
    width: 130px;
    height: 0;
    padding-bottom: 65%;
    position: relative;
}
.blogListing a .blogThumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
@media (max-width: 768px) {
    .blogListing li:not(:last-child) {
        margin-bottom: 1rem;
    }
    .blogListing a .blogThumb {
        width: 100px;
    }
}

.latestTrend {
    position: relative;
    display: block;
}
.ltImage {
    position: relative;
    height: 0;
    padding-bottom: 65%;
    border-radius: 20px;
    overflow: hidden;
}
.ltImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    transition: all 0.5s ease-in-out;
}
.latestTrend:hover .ltImage img {
    transform: scale(1.1);
}
.ltImage::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(359deg, #000 25.7%, rgba(49, 52, 56, 0) 87.3%);
    width: 100%;
    height: 135px;
    z-index: 1;
}
.ltText {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    color: var(--white);
    padding: 1rem;
}
.ltText h5 {
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 21.6px;
}
.ltText span {
    font-size: 0.875rem;
}

.blogMainBox h5 {
    font-size: 2rem;
    line-height: 2.3rem;
}
.blogMainBox .ltImage::before {
    height: 250px;
}
.blogMainBox .ltText {
    padding: 2rem;
}

@media (max-width: 575.99px) {
    .blogMainBox .ltText {
        padding: 1rem;
    }
    .blogMainBox h5 {
        font-size: 1.1rem;
        line-height: 1.5rem;
    }
}

.articleListing li a .blogThumb {
    width: 100%;
    padding-bottom: 60%;
}
.articleListing h6 {
    color: var(--darkRed);
    font-weight: 500;
}
.articleListing h5 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.875rem;
}
.articleListing p {
    color: rgba(0, 0, 0, 0.8);
}
.articleListing span {
    color: #666666;
    font-size: 0.875rem;
}

input[type="file"].form-control {
    border: 1px solid #ced4da;
}
.difTable tbody tr td:nth-child(1) {
    background: var(--darkRed);
    color: var(--white);
}

@media (max-width: 768.99px) {
    .wdIcon img {
        width: 60%;
    }
}

.popupProductWrp {
    background: var(--blue);
    color: var(--white);
    padding: 2rem;
}
.productPopup .btn-close {
    width: 15px;
    height: 15px;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e")
        no-repeat center;
    background-size: 100%;
}

.productPopup .modal-title {
    color: var(--white);
}
.productPopup p:last-child {
    margin: 0;
}

.roadKeepWrp {
    position: relative;
    z-index: 1;
}
.roadKeepWrp::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 110%;
    height: 100%;
    background: linear-gradient(
        91deg,
        rgba(237, 249, 255, 0) 17.77%,
        #f6f6f6 38.02%
    );
    background: linear-gradient(
        91deg,
        rgba(237, 249, 255, 0) 17.77%,
        #f6f6f6 38.02%
    );
}

.rkBox {
    padding-top: 75px;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease-in-out;
}
.rkBox img {
    width: 80px;
    transform: scale(0.5);
    transform-origin: 0 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 1s ease-in-out;
}
.rkBox .redIcon {
    display: none;
}

.rkTxt {
    border-top: 1px solid #9fc5d9;
    margin-top: 30px;
    padding: 30px 30px 0 0;
    font-size: 1rem;
    position: relative;
}
.rkTxt h4 {
    font-weight: 700;
    font-size: 1.25rem;
    color: var(--black);
    margin-bottom: 1rem;
}
.rkTxt p {
    font-weight: 500;
    font-size: 15px;
}

.rkTxt .circle {
    position: absolute;
    top: -12px;
    left: 0;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    transition: all 0.3s ease-in-out;
    border: 1px solid transparent;
}

.rkTxt .circle::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(0.5);
    background: var(--blue);
    border-radius: 100%;
    transition: all 0.3s ease-in-out;
}
.rkBox:hover .rkTxt .circle::before {
    background: var(--darkRed);
}
.rkPic {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.roadKeepWrp .title {
    width: 70%;
}

@media (min-width: 991.99px) {
    .rkBox:hover img {
        transform: scale(1);
    }
    .rkBox:hover .redIcon {
        display: block;
    }
    .rkBox:hover .blueIcon {
        display: none;
    }
    .rkBox:hover .rkTxt h4 {
        color: var(--darkRed);
    }
    .rkBox:hover .rkTxt .circle {
        background: #fff;
        border: 1px solid var(--darkRed);
    }
}

@media (max-width: 1200px) {
    .rkTxt h4 {
        font-size: 1rem;
    }
    .rkBox img {
        width: 60px;
    }
    .rkBox {
        padding-top: 55px;
    }
}

@media (max-width: 991.99px) {
    .rkTxt p {
        opacity: 1;
    }
    .rkPic {
        aspect-ratio: 2/1;
        object-fit: cover;
        object-position: center;
    }
    .roadKeepWrp {
        background: #f7f7f7;
    }
    .roadKeepWrp::before {
        display: none;
    }

    .swiper-slide-active .rkBox .rkTxt .circle {
        background: #fff;
        border: 1px solid var(--darkRed);
    }
    .swiper-slide-active .rkBox .redIcon {
        display: block;
    }
    .swiper-slide-active .rkBox .blueIcon {
        display: none;
    }
    .swiper-slide-active .rkBox img {
        transform: scale(1);
    }
}

@media (max-width: 768.99px) {
    .roadKeepWrp .title  {
        width: 100%;
    }
}

.lang-ar {
    direction: rtl;
}
.lang-ar .popupBox {
    direction: rtl;
}
.lang-ar .vmTxt .title {
    text-align: right;
}

.lang-ar .yearSwiper {
    direction: rtl;
}
.lang-ar .yearSwiper::before {
    right: 0rem;
}
.lang-ar .yearSwiper .swiper-button-prev {
    right: 6rem;
    left: unset;
}

.lang-ar .yearSwiper .swiper-button-next {
    left: 6rem;
    right: unset;
}

@media (max-width: 767px) {
    .yearSwiper .swiper-slide span,
    .yearSwiper::before {
        width: 4rem;
        height: 4rem;
        top: 4rem;
    }

    .yearSwiper span {
        font-size: 0.9rem;
    }

    .yearSwiper {
        height: 12rem;
    }

    .yearSwiper .swiper-button-prev {
        top: 6rem;
    }

    .yearSwiper .swiper-button-next {
        top: 7.8rem;
    }

    .yearSwiper .swiper-button-prev,
    .yearSwiper .swiper-button-next {
        left: 4.5rem;
    }

    .yearSwiper .swiper-button-prev:after,
    .yearSwiper .swiper-button-next:after {
        --swiper-navigation-size: 12px;
    }

    .leadershipSwiper {
        padding-bottom: 40px;
    }

    .leadershipSwiper .swiper-pagination {
        bottom: 0;
    }
}

@media (max-width: 575.99px) {
    .yearSwiper .swiper-slide span,
    .yearSwiper::before {
        width: 3rem;
        height: 3rem;
        top: 3rem;
    }

    .yearSwiper span {
        font-size: 0.8rem;
    }

    .yearSwiper {
        height: 9rem;
    }
}
.lang-ar .milestoneWrp {
    direction: rtl;
}

.lang-ar .milestoneWrp::before {
    background-position: center top;
}
.lang-ar .mileSwiper::before {
    right: 1rem;
    left: unset;
}
.lang-ar .company_sec2_heading {
    text-align: right;
}

.lang-ar .milestoneSwiper .swiper-slide::before {
    right: 0px;
    left: unset;
}

/* .lang-ar .milestoneSwiper .swiper-slide {
} */

/* .lang-ar .milestoneSwiper .swiper-slide span {
} */

.lang-ar .milestoneSwiper .swiper-slide ul li:not(:last-child) {
    margin-bottom: 1.5rem;
}

.lang-ar .milestoneSwiper .swiper-slide ul li span {
    font-weight: 700;
    font-size: 1rem;
}

@media (max-width: 767px) {
    .lang-ar .mileSwiper::before {
        top: 6rem;
    }
    .lang-ar .milestoneSwiper .swiper-slide {
        margin-top: 5.3rem;
    }
}

@media (max-width: 575.99px) {
    .lang-ar .mileSwiper::before {
        top: 4.5rem;
    }
    .lang-ar .milestoneSwiper .swiper-slide::before {
        top: -1.3rem;
    }
    .lang-ar .milestoneSwiper .swiper-slide {
        margin-top: 5.5rem;
        padding-top: 0;
    }
}

/* Use Case Page arabic */
.lang-ar .caseStudyListing li .col-auto.me-3 {
    margin-left: 1rem !important;
}
.lang-ar .casePicture .caseLogo {
    left: 15px;
    right: auto;
}

.lang-ar .arwCta::after {
    background: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M12 8a.5.5 0 0 1-.5.5H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5H11.5a.5.5 0 0 1 .5.5' clip-rule='evenodd'/></svg>")
        no-repeat center;
}

.lang-ar .sticky .title.text-start {
    text-align: right !important;
}

.lang-ar .monitoringDetails .title {
    text-align: right !important;
}

.lang-ar .rkBox img {
    left: auto;
    right: 0;
}
.lang-ar .rkBox img.blueIcon {
    right: -40px;
}
.lang-ar .rkTxt {
    padding: 30px 0 0 30px;
}
.lang-ar .rkTxt .circle {
    left: auto;
    right: 0;
}
.lang-ar .roadKeepWrp .title {
    text-align: right !important;
}

/* .lang-ar .roadKeepWrp .row {justify-content: end;}

.lang-ar .roadKeepWrp .row .col-lg-4 {order: 1;} */

.lang-ar .roadKeepWrp .row .col-lg-7.ps-4 {
    padding-right: 1.4rem !important;
}
.lang-ar .roadKeepWrp::before {
    background: rgb(246, 246, 246);
    background: linear-gradient(
        90deg,
        rgba(246, 246, 246, 1) 70%,
        rgba(246, 246, 246, 0) 100%
    );
}

.lang-ar .worksDetails > div {
    width: auto;
}
.lang-ar .wdIcon {
    position: inherit;
}

.lang-ar .worksDetails > div:nth-child(1) .wdIcon,
.lang-ar .worksDetails div:nth-child(2) .wdIcon {
    order: 1;
}

.lang-ar .workDetailBox .d-flex {
    column-gap: 1rem;
    align-items: center;
}

.lang-ar .worksDetails > div:nth-child(1) {
    right: 30.5%;
}
.lang-ar .worksDetails > div:nth-child(2) {
    right: 25%;
}
.lang-ar .worksDetails > div:nth-child(3) {
    text-align: center;
    left: 50%;
    top: 90%;
}
.lang-ar .worksDetails > div:nth-child(3) .d-flex {
    display: block !important;
}
.lang-ar .worksDetails > div:nth-child(3) .wdIcon {
    left: 50%;
    margin-bottom: 1rem;
    transform: translate(0);
}
.lang-ar .worksDetails > div:nth-child(4) {
    left: 20%;
}
.lang-ar .worksDetails > div:nth-child(5) {
    left: 27%;
}

@media (max-width: 991.99px) {
    .lang-ar .worksDetails > div:nth-child(1) {
        right: 18.5%;
    }
    .lang-ar .worksDetails > div:nth-child(2) {
        right: 11%;
    }
    .lang-ar .worksDetails > div:nth-child(3) {
        top: 90%;
    }
    .lang-ar .worksDetails > div:nth-child(4) {
        left: 1%;
    }
    .lang-ar .worksDetails > div:nth-child(5) {
        left: 12%;
    }
}

@media (max-width: 768.99px) {
    .lang-ar .worksDetails > div:nth-child(1) {
        right: 19.5%;
    }
    .lang-ar .worksDetails > div:nth-child(2) {
        right: 12%;
    }
    .lang-ar .worksDetails > div:nth-child(3) {
        top: 92%;
    }
    .lang-ar .worksDetails > div:nth-child(4) {
        left: 4%;
    }
    .lang-ar .worksDetails > div:nth-child(5) {
        left: 13%;
    }
}
@media (max-width: 450.99px) {
    .lang-ar .worksDetails > div:nth-child(1) {
        right: 15.5%;
    }
    .lang-ar .worksDetails > div:nth-child(2) {
        right: 8%;
    }
    .lang-ar .worksDetails > div:nth-child(3) {
        top: 89%;
    }
    .lang-ar .worksDetails > div:nth-child(4) {
        left: -1%;
    }
    .lang-ar .worksDetails > div:nth-child(5) {
        left: 8%;
    }
}
@media (min-width: 991.99px) {
    .lang-ar .dropdown ul li a::before {
        right: 0;
        left: auto;
    }

    .lang-ar .caseStudyListingWrp {
        direction: ltr;
    }
    .lang-ar .caseStudyListing {
        direction: rtl;
        padding-right: 2rem;
        padding-left: 0;
    }
    .lang-ar .platformSwiper .swiper-slide:last-child {
        margin: 0 1rem 0 0;
    }
}

.bgthankyou {
    background: #edf9ff;
    min-height: 80vh;
}

.thank-you-container .gif {
    margin: auto;
    margin-bottom: 30px;
    width: 160px;
    height: 160px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thank-you-container .gif img {
    width: 100px;
}

.thank-you-container h1 {
    font-weight: bold;
    color: #ad181f;
}

.thank-you-container .ctaBtn {
    margin: auto;
}

.thank-you-container h2 {
    font-size: 20px;
    font-weight: bold;
}

.thank-you-container p {
    font-size: 14px;
}

@media (min-width: 1200px) {
    .thank-you-container .gif {
        width: 13.228vw;
        height: 13.228vw;
        margin-bottom: 1.653vw;
    }

    .thank-you-container .gif img {
        width: 8.796vw;
    }

    .thank-you-container h1 {
        font-size: 3.439vw;
    }

    .thank-you-container h2 {
        font-size: 1.587vw;
    }

    .thank-you-container p {
        margin-top: 1.19vw;
        margin-bottom: 2.213vw;
        font-size: 1.19vw;
        line-height: 1.786vw;
    }
}

.stPage {
    font-size: 14px;
    line-height: 1.5;
}
.stPage h3 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
}
.stPage p {
    margin-bottom: 20x;
}
.stPage ol,
.stPage ul {
    padding-left: 15px;
    margin-bottom: 20px;
}
.stPage ol li {
    list-style: decimal;
    margin-bottom: 5px;
}
.stPage ul li {
    list-style: disc;
    margin-bottom: 5px;
}
.newDetailWrp ul {
    padding-left: 15px;
}
.newDetailWrp ul li {
    list-style: disc;
}

.newDetailWrp p a {
    color: #ad181f;
    text-decoration: underline;
}

/* 11-09-2025 Services page style */
.monitoringWrp {
    background: rgba(0, 56, 87, 1);
    color: var(--white);
}

.monImg {
    border-radius: 20px;
}

.monIconWrp {
    display: table;
    margin: 0 auto;
    text-align: center;
}
.monIconWrp span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    aspect-ratio: 1/1;
    border: 2px solid #fff;
    border-radius: 100%;
    margin: 0 auto 20px auto;
}
.monIconWrp span img {
    width: 50%;
}
.monIconWrp h6 {
    font-weight: 800;
}

@media (min-width: 991.99px) {
    .monIconRow {
        gap: 0 100px;
    }
    .monIconWrp {
        width: 100px;
    }
}

@media (max-width: 991.99px) {
    .monIconWrp span {
        width: 80px;
    }
}

.hmWrp {
    background: rgba(237, 249, 255, 1);
}

.rsmWrp .title h2,
.rsmWrp .title p {
    color: #fff;
}

.rsmSwiper {
    overflow: visible;
}

.rsmSwiper .mnBox {
    position: relative;
}
.rsmSwiper .mnBox::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        179.74deg,
        rgba(0, 0, 0, 0) 0.23%,
        rgba(0, 0, 0, 0.7) 85.1%
    );
}
.rsmSwiper .mnBox img {
    aspect-ratio: 5/3;
    object-fit: cover;
    width: 100%;
    display: block;
}
.rsmSwiper .mnBox h6 {
    position: absolute;
    font-size: 24px;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 2;
    padding: 15px;
    color: #fff;
    text-align: center;
    font-weight: 700;
}

.rpciWrp {
    position: relative;
    z-index: 1;
}
.rpciWrp::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        175.68deg,
        rgba(0, 0, 0, 0) 14.1%,
        rgba(6, 16, 21, 0.8) 49.21%
    );
    z-index: -1;
}
.rpciWrp .title h2,
.rpciWrp .title p {
    color: #fff;
}

.rpciList {
    color: #fff;
}

.rpciList li {
    display: flex;
    gap: 0 20px;
    align-items: start;
    margin-bottom: 30px;
}
.rpciList li img {
    width: 75px;
}
.rpciList li h6 {
    font-weight: 700;
    font-size: 28px;
}
.rpciList li p {
    font-weight: 500;
    font-size: 20px;
}
@media (max-width: 991.99px) {
    .rsmSwiper .mnBox h6 {
        font-size: 18px;
    }
    .rpciList li img {
        width: 50px;
    }
    .rpciList li h6 {
        font-size: 18px;
    }
    .rpciList li p {
        font-size: 16px;
    }
}
@media (min-width: 991.99px) {
    .ardWrp {
        background: #fff url(../images/traffic-jam.jpg) no-repeat right;
        background-size: 50%;
        position: relative;
        z-index: 1;
    }
    .ardWrp::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 95%;
        height: 100%;
        background: linear-gradient(
            269.66deg,
            rgba(255, 255, 255, 0) 2.29%,
            #fefefe 41.93%
        );
        z-index: -1;
    }
}

.btBannerTxt {
    top: 50%;
    transform: translateY(-50%);
}
.lang-ar .text-start,
.lang-ar .text-start {
    text-align: right !important;
}

@media (min-width: 992px) {
    .lang-ar .sec3Intro .ps-lg-5 {
        padding-right: 3rem !important;
    }
    .lang-ar .sec4Intro .pe-lg-5 {
        padding-right: 0 !important;
        padding-left: 3rem !important;
    }
}

.lang-ar .text-start {
    text-align: right !important;
}

@media (min-width: 991.99px) {
    .lang-ar .ardWrp {
        background: #fff url(../images/traffic-jam.jpg) no-repeat left;
    }
    .lang-ar .ardWrp::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 95%;
        height: 100%;

        background: linear-gradient(
            90.51deg,
            rgba(255, 255, 255, 0) 12.53%,
            #fefefe 33.66%
        );

        z-index: -1;
    }
}

.rsmSwiperPagination {
    position: relative;
    margin-top: 2rem;
}
